@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#Main #HorzNav .NavLinks ul#NavLinks {
	list-style-type: none;
	width: 896px;
}
#Main #HorzNav .NavLinks #NavLinks li {
	font-family: "Lucida Handwriting";
	font-size: 10px;
	text-decoration: none;
	line-height: 30px;
	white-space: normal;
	display: inline;
}
#Main #HorzNav .NavLinks #NavLinks li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 7px;
	padding-left: 7px;
}
#Main #HorzNav .NavLinks #NavLinks li a:hover {
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-left-color: white;
	background-color: #9C0;
	color: #000;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Main #HorzNav {
	border: 2px solid #787878;
	text-align: center;
	color: #FFF;
	background-image: url(images/boxbackground.jpg);
	height: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 30px;
}
#Main #Footer {
	position: relative;
	margin: 20px 20px 20px 20px;
	border: 2px solid #787878;
	background-image: url(images/boxbackground.jpg);
	padding: 10px 10px 10px 10px;
	clear: both;
}